Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 0.11.x packaging #296

Merged
merged 1 commit into from
Mar 21, 2019
Merged

Fix 0.11.x packaging #296

merged 1 commit into from
Mar 21, 2019

Conversation

rpkilby
Copy link
Collaborator

@rpkilby rpkilby commented Mar 21, 2019

The 0.11.x packaging was broken due to two combined factors.

  • The current master added a templatetags subpackage
  • The 0.11.x and older code didn't have a package manifest

As a result, when packaging 0.11, the .pyc files from the current master were erroneously included in the build output. Adding a manifest and excluding the pyc files fixes this.

This fixes #295

@codecov-io
Copy link

codecov-io commented Mar 21, 2019

Codecov Report

Merging #296 into 0.11.x will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           0.11.x     #296   +/-   ##
=======================================
  Coverage   98.33%   98.33%           
=======================================
  Files           4        4           
  Lines         180      180           
  Branches       41       41           
=======================================
  Hits          177      177           
  Misses          1        1           
  Partials        2        2

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ed634c8...93b5523. Read the comment docs.

@rpkilby rpkilby merged commit 24c67bd into philipn:0.11.x Mar 21, 2019
@rpkilby rpkilby deleted the fix-011-packaging branch March 21, 2019 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants